home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue53 / Multicas / Example2 / UnitFormMain.dfm / UnitFormMain.txt
Encoding:
Text File  |  1999-10-18  |  807 b   |  44 lines

  1. object FormMain: TFormMain
  2.   Left = 2
  3.   Top = 107
  4.   Width = 216
  5.   Height = 170
  6.   Caption = 'FormMain'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 36
  20.     Top = 24
  21.     Width = 56
  22.     Height = 13
  23.     Caption = 'User Name:'
  24.   end
  25.   object Edit1: TEdit
  26.     Left = 36
  27.     Top = 40
  28.     Width = 121
  29.     Height = 21
  30.     TabOrder = 0
  31.     Text = 'Edit1'
  32.     OnChange = Edit1Change
  33.   end
  34.   object Button1: TButton
  35.     Left = 40
  36.     Top = 88
  37.     Width = 117
  38.     Height = 25
  39.     Caption = 'Create Listening Form'
  40.     TabOrder = 1
  41.     OnClick = Button1Click
  42.   end
  43. end
  44.